home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1474 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  232b  |  13 lines

  1. on(release){
  2.    _root.myLocal_so.data._menudifficulty = _root._menudifficulty;
  3.    _root.myLocal_so.flush();
  4.    if(_gameMode == MODE_VERSUS)
  5.    {
  6.       gotoAndPlay(1295);
  7.    }
  8.    else
  9.    {
  10.       gotoAndPlay(1281);
  11.    }
  12. }
  13.